type github.com/jackc/pgx/v5/pgtype.encodePlanHstoreCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		hstore.go#L80: 		return encodePlanHstoreCodecBinary{}
		hstore.go#L88: type encodePlanHstoreCodecBinary struct{}
		hstore.go#L90: func (encodePlanHstoreCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {